home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / pcduo102.zip / @PCDUO.ZIP / DEFAULTS.INC < prev    next >
Text File  |  1994-09-20  |  720b  |  23 lines

  1. '' Default values for the PC-Duo Windows SETUP program.
  2. '' Change these to suit your specific needs.
  3.  
  4. '' DEST$ = Default destination directory = C:\PCDUO, typically
  5. '' Change this to the file server location for pre-installed kits
  6. '' Note: This must be in UPPER CASE
  7.  
  8. DEST$ = MAKEPATH(MID$(GetWindowsDir, 1, 3), DIR$)
  9.  
  10. '' COPY% = whether to actually copy the files (1 = yes, 0 = no);
  11. ''        use COPY% = 0 to reference an existing network installation
  12.  
  13. COPY% = 1
  14.  
  15. '' MNAME$ = Default Slave/Control Name. Use "*" for DOS Machine Name
  16.  
  17. MNAME$ = "*"
  18.  
  19. '' OPTION$ = Default installation options, in the order:
  20. ''      Slave, Control, Windows, DOS, NetBIOS, IPX, Remote, Bridge
  21.  
  22. OPTIONS$ = "11111011"
  23.